set hilite of background button "Scan. Concepts" to false
set hilite of background button "How It Works" to false
set hilite of background button "The System" to false
set hilite of background button "File Formats" to true
hide card field "PICT"
hide card field "MacPaint"
hide card field "TIFF"
end openCard
on closeCard
hide card field "Message Center 2"
show card field "Title Center"
hide card field "Cover Card"
hide card field "Display Message"
show card button "Next ..."
hide card button "Go Back"
set hilite of background button "Scan. Concepts" to false
set hilite of background button "How It Works" to false
set hilite of background button "The System" to false
set hilite of background button "File Formats" to true
hide card field "PICT"
hide card field "MacPaint"
hide card field "TIFF"
end closeCard
on ResetMenuField
put " PICT" & return & " MacPaint" & return & " TIFF" & return into card field "Message Center 2"
end ResetMenuField
-- part 56 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=451 top=3 right=42 bottom=491
-- title width / last selected line: 0
-- icon id / first selected line: 1004 / 1004
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
play harpsichord a4
global search
answer "Type of Search?" with "Browse" or "Automatic" or "Cancel"
if it is "Browse" then
visual wipe up slowly
go to card "Glossary" of stack "Glossary"
end if
if it is "Automatic" then
ask "Find Word?"
put it into search
if search is empty then
exit mouseUp
else
visual wipe up slowly
put "find search" into message box
hide message
go to card "Glossary" of stack "Glossary"
find word search in field "Text"
if the result is "not found" then
answer "Word not found." with "OK"
exit mouseUp
else
show card field id 13
wait 4 seconds
hide card field id 13
end if
end if
end if
end mouseUp
-- part 57 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=402 top=3 right=42 bottom=438
-- title width / last selected line: 0
-- icon id / first selected line: 1008 / 1008
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
doMenu "Print Card"
end mouseUp
-- part 60 (field)
-- low flags: 01
-- high flags: 2004
-- rect: left=14 top=77 right=203 bottom=203
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Title Center
-- part 65 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=189 top=77 right=252 bottom=501
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: PICT
-- part 66 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=214 top=77 right=252 bottom=501
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: MacPaint
-- part 67 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=198 top=77 right=252 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: TIFF
-- part 69 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=50 top=92 right=161 bottom=170
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Message Center 2
----- HyperTalk script -----
on mouseUp
hide card field "Cover Card"
global whichExample,showState
put empty into whichExample
put empty into showState
put 1 + (the clickV - top of me) div textHeight of me into clickLine
if line clickLine of me is not empty then
put word 1 of line clickLine of card field "Message Center 2" into whichExample
put "•" into char 1 of line clickLine of card field "Message Center 2"
put card field whichExample into card field "Cover Card"
show card field "Cover Card"
wait 2 seconds
ResetMenuField
end if
end mouseUp
on ResetMenuField
put " PICT" & return & " MacPaint" & return & " TIFF" & return into card field "Message Center 2"
end ResetMenuField
-- part 70 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=185 top=77 right=249 bottom=489
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Cover Card
-- part 71 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=73 top=282 right=303 bottom=143
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next ...
----- HyperTalk script -----
on mouseUp
hide card field "Title Center"
show card field "Display Message"
show card field "Message Center 2"
show card button "Go Back"
show card button "Next ..."
end mouseUp
-- part 72 (button)
-- low flags: 80
-- high flags: A003
-- rect: left=73 top=282 right=303 bottom=143
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Go Back
----- HyperTalk script -----
on mouseUp
hide card field "PICT"
hide card field "MacPaint"
hide card field "TIFF"
hide card field "Cover Card"
hide card field "Message Center 2"
hide card field "Display Message"
show card field "Title Center"
hide card button "Go Back"
show card button "Next ..."
end mouseUp
-- part 73 (field)
-- low flags: 81
-- high flags: 0000
-- rect: left=162 top=267 right=306 bottom=296
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: Display Message
-- part contents for card part 60
----- text -----
Scanned images can be saved in three different file formats, allowing you to import images into many different applicat-ions. The formats are as follows:
-- part contents for card part 67
----- text -----
TIFF is a standard supported by many major page layout applications. It is useful for those applications that don't support PICT but do support TIFF. The file contains an image description only. The actual image is recreated by the application. This standard can represent several types of image data—black and white, color, and grayscale.
*Click on another File Format*
-- part contents for card part 66
----- text -----
Images saved in the MacPaint format are bitmapped, and can be manipulated by the MacPaint drawing program. Only that portion of the image currently visible on the screen is saved, and the image is saved at 72 dots per inch.
*Click on another File Format*
-- part contents for card part 65
----- text -----
All Macintosh programs should be able to read PICT files. This format is supported by Macintosh system software and QuickDraw
(routines in system software that are responsible for displaying text and graphics). This format describes objects, text, and pixmaps (the multi-layer bit maps that describe color and grayscale images).
*Click on another File Format*
-- part contents for card part 69
----- text -----
PICT
MacPaint
TIFF
-- part contents for card part 70
----- text -----
All Macintosh programs should be able to read PICT files. This format is supported by Macintosh system software and QuickDraw
(routines in system software that are responsible for displaying text and graphics). This format describes objects, text, and pixmaps (the multi-layer bit maps that describe color and grayscale images).
*Click on another File Format*
-- part contents for card part 73
----- text -----
Press any of the topics inside the field above for more information about it.